Jiri Palecek [Tue, 28 Feb 2023 14:01:10 +0000 (14:01 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
Aurélien COUDERC [Tue, 28 Feb 2023 14:01:10 +0000 (14:01 +0000)]
kwin (4:5.27.2-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.27.1).
* Update build-deps and deps with the info from cmake.
* New upstream release (5.27.2).
* Update build-deps and deps with the info from cmake.
Jiri Palecek [Mon, 23 Jan 2023 20:50:58 +0000 (20:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
Aurélien COUDERC [Mon, 23 Jan 2023 20:50:58 +0000 (20:50 +0000)]
kwin (4:5.26.90-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (5.26.90).
* Update build-deps and deps with the info from cmake.
* Bump Standards-Version to 4.6.2, no change required.
* Update the list of installed files from build logs.
* Update cross-plasma versioned dependencies.
* Remove obsolete lib (build) dependencies in favour of their
replacements.
Jiri Palecek [Thu, 19 Jan 2023 19:50:55 +0000 (19:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
Jiri Palecek [Fri, 6 Jan 2023 23:22:19 +0000 (23:22 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
On X11, it creates a dead pixel on the left edge which interferes with
left panels, the left-nost widget on bottom and top panels, and scroll
events on the left-most pixel in various apps.
It works properly on Wayland, but unfortunately turning it off by
default only on X11 but not Wayland is not easily doable. So let's turn
it off by default everywhere.
Jiri Palecek [Wed, 6 Jan 2021 14:50:52 +0000 (14:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch